🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / .github / instructions / build-logic.instructions.md
.github/instructions/build-logic.instructions.md renovate/fastlane-2.x-lockfile (056eed64) Text, 623 B
applyTo: "build-logic/*/.kt"
Build-Logic Convention Plugin Rules
• Prefer lazy Gradle configuration (T383838configureEach, T383838withPlugin, provider APIs).
• Avoid T383838afterEvaluate unless there is no viable lazy alternative.
• Check T383838gradle/libs.versions.toml for version catalog aliases before adding new ones.
• 24 convention plugin ids are registered in T383838build-logic/convention/build.gradle.kts — read that block rather than guessing. The ones module builds apply most often: T383838meshtastic.kmp.feature, T383838meshtastic.kmp.library, T383838meshtastic.kmp.library.compose, T383838meshtastic.kmp.jvm.android, T383838meshtastic.koin.
Served by rngit 1.5.3 - Generated in 0.03s